projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc3cb41
)
(defsetf match-data): store-match-data => set-match-data.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:48:26 +0000
(
04:48
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 14 Mar 1998 04:48:26 +0000
(
04:48
+0000)
lisp/emacs-lisp/cl-macs.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/cl-macs.el
b/lisp/emacs-lisp/cl-macs.el
index e6656a168b1b438b9b67e920c0953535983ed0df..59873addb4687d7fb68bfd49d5b20feb7951cc6e 100644
(file)
--- a/
lisp/emacs-lisp/cl-macs.el
+++ b/
lisp/emacs-lisp/cl-macs.el
@@
-1621,7
+1621,7
@@
Example: (defsetf nth (n x) (v) (list 'setcar (list 'nthcdr n x) v))."
(defsetf mark set-mark t)
(defsetf mark-marker set-mark t)
(defsetf marker-position set-marker t)
-(defsetf match-data s
tore
-match-data t)
+(defsetf match-data s
et
-match-data t)
(defsetf mouse-position (scr) (store)
(list 'set-mouse-position scr (list 'car store) (list 'cadr store)
(list 'cddr store)))